Fix bounds checking for text properties in `format' (Bug#5306).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 9 Jan 2010 22:32:47 +0000 (17:32 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 9 Jan 2010 22:32:47 +0000 (17:32 -0500)
commita3d66cec5b1e8a6e528e485764ba6e8b1a65f70d
tree34bc726e840e2501aebaa38cfc62a103077a3c3a
parentdc5ab4cae99de05b1a4de973745b9153ed46d263
Fix bounds checking for text properties in `format' (Bug#5306).

* intervals.h, textprop.c (extend_property_ranges): Return value
and args changed.  Discard properties that begin at or after the
new end (Bug#5306).

* editfns.c (Fformat): Caller changed.
src/ChangeLog
src/editfns.c
src/intervals.h
src/textprop.c